{% extends "/layout.html" %} {% block title %} {{ __('settings') }} - {{ parent() }} {% endblock %} {% block head %} {{ parent() }} {[ js('form') ]} {% endblock %} {% block content %}
{{ __('settings') }}
| {[ form.current_password.label ]} | |
| {[ form.current_password.input ]} | {{ form.current_password.error }} |
| {{ form.email.label }} | |
| {[ form.email.input ]} | {{ form.email.error }} |
| {{ form.password.label }} | |
| {[ form.password.input ]} | {{ form.password.error }} |
| {{ form.password_repeat.label }} | |
| {[ form.password_repeat.input ]} | {{ form.password_repeat.error }} |
| {{ form.avatar.label }} | |
| {[ form.avatar.input ]} | {{ form.avatar.error }} |
| {{ form.description.label }} | |
| {[ form.description.input ]} | |
| {[ form.submit ]} | |